dialog: Remove some GtkVBox references
authorTimm Bäder <mail@baedert.org>
Sat, 7 Jul 2018 17:10:58 +0000 (19:10 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 8 Jul 2018 07:41:15 +0000 (09:41 +0200)
gtk/gtkdialog.c

index 3c7acf5895b81d6cd9da9827aaaa681312b134ca..43179a709f67cfd5526ef9824fba3dfa4d047163 100644 (file)
  * SECTION:gtkdialog
  * @Short_description: Create popup windows
  * @Title: GtkDialog
- * @See_also: #GtkVBox, #GtkWindow, #GtkButton
+ * @See_also: #GtkBox, #GtkWindow, #GtkButton
  *
  * Dialog boxes are a convenient way to prompt the user for a small amount
  * of input, e.g. to display a message, ask a question, or anything else
  * that does not require extensive effort on the user’s part.
  *
  * GTK+ treats a dialog as a window split vertically. The top section is a
- * #GtkVBox, and is where widgets such as a #GtkLabel or a #GtkEntry should
+ * #GtkBox, and is where widgets such as a #GtkLabel or a #GtkEntry should
  * be packed. The bottom area is known as the
  * “action area”. This is generally used for
  * packing buttons into the dialog which may perform functions such as